ASP.NET - Problemas con <% %>

 
Vista:

Problemas con <% %>

Publicado por George (14 intervenciones) el 19/09/2004 05:26:57
Hola, tengo problemas con este código, pues no me aumenta el tamaño de la letra, alguien puede decirme cual es el error?
Soy novato en ASP.Net

<form action="test.aspx" method="post">

<h3> Name: <input id="Name" type=text>

Category: <select id="Category" size=1>
<option>psychology</option>
<option>business</option>
<option>popular_comp</option>
</select>

</h3>

<input type=submit value="Lookup">

<p>

<% for (int i=0; i <8; i++) { %>
<font size="<%=i%>"> Welcome to ASP.NET </font> <br>
<% }%>

</form>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder